projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
535e604
)
Remove an unused field
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 11 Aug 2017 23:52:29 +0000
(19:52 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 11 Aug 2017 23:53:06 +0000
(19:53 -0400)
Nothing uses bubble_window, so it can go.
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index b33f4fdced7280de6bafee3b5969f72d208f8b0b..7240ec9b0a76fa261a89f6d6c9e337483d3431a2 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-191,7
+191,6
@@
struct _GtkEntryPrivate
gchar *placeholder_text;
- GtkWidget *bubble_window;
GtkTextHandle *text_handle;
GtkWidget *selection_bubble;
guint selection_bubble_timeout_id;